Warning (2): mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch. Headers:50550 Library:100148 [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]

Missing Method in SchedulesController

Error: The action schedules is not defined in controller SchedulesController

Error: Create SchedulesController::schedules() in file: sp/controllers/schedules_controller.php.

<?php
class SchedulesController extends AppController {

	var $name = 'Schedules';


	function schedules() {

	}

}
?>

Notice: If you want to customize this error message, create sp/views/errors/missing_action.ctp